Skip to content

Add DatasetProvider interface for BigQuery Table API access#4

Open
djmantri wants to merge 1 commit intomasterfrom
add-dataset-provider-interface
Open

Add DatasetProvider interface for BigQuery Table API access#4
djmantri wants to merge 1 commit intomasterfrom
add-dataset-provider-interface

Conversation

@djmantri
Copy link
Collaborator

@djmantri djmantri commented Jan 21, 2026

This adds an exported DatasetProvider interface
that allows callers to access the underlying
*bigquery.Dataset from a database/sql connection.
This enables operations not supported by the standard
SQL interface, such as updating table clustering via
the BigQuery Table API.

This adds an exported DatasetProvider interface that allows callers to
access the underlying *bigquery.Dataset from a database/sql connection.
This enables operations not supported by the standard SQL interface,
such as updating table clustering via the BigQuery Table API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant